Service Bus (1 / 27): You are building a financial system where multiple operations like debit and credit need to be executed as a single unit of work. Which feature should you use?
Answer:
Transactions allow you to group multiple operations into an execution scope for a single messaging entity, ensuring that all operations are executed as a single unit of work.
Batching delays sending a message for a certain period but doesn't group operations.